Versions:

  • 1.4.0
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.0.1
  • 1.0.0
  • 0.4.4-alpha

zsv is a cross-platform command-line utility created by liquidaty that treats CSV, TSV and other delimiter-separated files as a queryable database engine rather than plain text. Engineered for speed and memory efficiency, the tool parses only the portions of a file that are actually requested, letting analysts slice million-row spreadsheets on modest hardware without pre-indexing or importing into heavier software. Typical workflows include ad-hoc SQL-like filtering and projection with the built-in query language, rapid schema inspection, on-the-fly conversion between delimited and JSON formats, and reproducible batch transformations scripted in CI pipelines. Because zsv is delivered as a single self-contained binary, it is frequently embedded in data-cleaning containers, serverless functions and desktop utilities where every megabyte counts; data journalists also rely on it to validate public datasets before visualization, while system administrators schedule nightly jobs that extract subsets and feed downstream analytics engines. The project adheres to semantic versioning and has produced eight stable releases to date, the newest being 1.4.0, which refines automatic delimiter detection, adds support for quoted newline handling, and introduces an optional header-stability flag that simplifies streaming operations. Written in portable C with zero external dependencies, zsv compiles natively on Windows, macOS and Linux, making it a lightweight addition to any Tabular Data / Database Tools category installation. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: